home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Sciences / Acid⁄Base Ident. Lab / card_5122.txt < prev    next >
Text File  |  1990-06-19  |  3KB  |  190 lines

  1. -- card: 5122 from stack: in. Lab
  2. -- bmap block id: 5952
  3. -- flags: 0000
  4. -- background id: 2568
  5. -- name: help1
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8004
  11. -- rect: left=176 top=273 right=324 bottom=334
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Return
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   global flag
  23.  
  24.   pop card
  25.   put empty into flag
  26.  
  27. end mouseUp
  28.  
  29.  
  30.  
  31. -- part 3 (button)
  32. -- low flags: 00
  33. -- high flags: 0000
  34. -- rect: left=2 top=94 right=162 bottom=262
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: Acids
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   global flag
  46.  
  47.   go to card "Help2"
  48.   put empty into flag
  49.  
  50. end mouseUp
  51.  
  52.  
  53.  
  54. -- part 4 (button)
  55. -- low flags: 00
  56. -- high flags: 0000
  57. -- rect: left=2 top=58 right=94 bottom=263
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: Electrolytes
  66. ----- HyperTalk script -----
  67. on mouseUp
  68.   global flag
  69.  
  70.   go to card "Help3"
  71.   put empty into flag
  72.  
  73. end mouseUp
  74.  
  75.  
  76.  
  77. -- part 5 (button)
  78. -- low flags: 00
  79. -- high flags: 0000
  80. -- rect: left=2 top=188 right=222 bottom=261
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 0 / 0
  83. -- text alignment: 1
  84. -- font id: 0
  85. -- text size: 12
  86. -- style flags: 0
  87. -- line height: 16
  88. -- part name: Electrolytes
  89. ----- HyperTalk script -----
  90. on mouseUp
  91.   global flag
  92.  
  93.   go to card "Help3"
  94.   put empty into flag
  95.  
  96. end mouseUp
  97.  
  98.  
  99.  
  100. -- part 6 (button)
  101. -- low flags: 00
  102. -- high flags: 0000
  103. -- rect: left=2 top=162 right=189 bottom=261
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 0 / 0
  106. -- text alignment: 1
  107. -- font id: 0
  108. -- text size: 12
  109. -- style flags: 0
  110. -- line height: 16
  111. -- part name: salts
  112. ----- HyperTalk script -----
  113. on mouseUp
  114.   global flag
  115.  
  116.   go to card "Help4"
  117.   put empty into flag
  118.  
  119. end mouseUp
  120.  
  121.  
  122.  
  123. -- part 7 (button)
  124. -- low flags: 00
  125. -- high flags: 0000
  126. -- rect: left=274 top=168 right=192 bottom=512
  127. -- title width / last selected line: 0
  128. -- icon id / first selected line: 0 / 0
  129. -- text alignment: 1
  130. -- font id: 0
  131. -- text size: 12
  132. -- style flags: 0
  133. -- line height: 16
  134. -- part name: Conductivity
  135. ----- HyperTalk script -----
  136. on mouseUp
  137.   global flag
  138.  
  139.   go to card "Help6"
  140.   put empty into flag
  141.  
  142. end mouseUp
  143.  
  144.  
  145.  
  146. -- part 8 (button)
  147. -- low flags: 00
  148. -- high flags: 0000
  149. -- rect: left=274 top=122 right=170 bottom=512
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 0 / 0
  152. -- text alignment: 1
  153. -- font id: 0
  154. -- text size: 12
  155. -- style flags: 0
  156. -- line height: 16
  157. -- part name: litmus
  158. ----- HyperTalk script -----
  159. on mouseUp
  160.   global flag
  161.  
  162.   go to card "Help5"
  163.   put empty into flag
  164.  
  165. end mouseUp
  166.  
  167.  
  168.  
  169. -- part 9 (button)
  170. -- low flags: 00
  171. -- high flags: 0000
  172. -- rect: left=274 top=192 right=216 bottom=512
  173. -- title width / last selected line: 0
  174. -- icon id / first selected line: 0 / 0
  175. -- text alignment: 1
  176. -- font id: 0
  177. -- text size: 12
  178. -- style flags: 0
  179. -- line height: 16
  180. -- part name: evaporation
  181. ----- HyperTalk script -----
  182. on mouseUp
  183.   global flag
  184.  
  185.   go to card "Help7"
  186.   put empty into flag
  187.  
  188. end mouseUp
  189.  
  190.